/* toc 弹窗 */

.to-c-pop {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  display: none;
}

.to-c-pop .pop-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.to-c-pop .pop-box {
  width: 1240px;
  height: 620px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  background: #FFFFFF;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.10); 
  padding: 80px 60px 80px 60px;
  box-sizing: border-box;
  border-radius: 15px;
}

.to-c-pop .pop-box .close {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 32px;
  top: 32px;
  cursor: pointer;
  z-index: 999999999;
}

.to-c-pop .pop-box .logo-pic {
  width: 286px;
  height: 368px;
  float: left;
  margin-right: 43px;
}

.to-c-pop .pop-box .logo-pic img {
  width: 100%;
}

.to-c-pop .pop-box .mess-box {
  
}

.to-c-pop .pop-box .mess-box .p-tit {
  letter-spacing: 0;
  margin-bottom: 9px;
  font-size: 40px;
  font-family: 'Alibaba-PuHuiTi-Medium';
  font-weight: 500;
  color: #2a2e2e;
  text-align: center;
}

.to-c-pop .pop-box .mess-box .ms {
  width: 100%;
  overflow: hidden;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #BDB3AC;
}

.to-c-pop .pop-box .mess-box .ms .label {
  letter-spacing: 0;
  float: left;
  font-size: 18px;
  font-weight: 400;
  color: #6F6965;
  line-height: 24px;
}

.to-c-pop .pop-box .mess-box .desc p {
  letter-spacing: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  color: #6F6965;
  line-height: 28px;
}
